home *** CD-ROM | disk | FTP | other *** search
/ MPEG Toolkit / MPEG Toolkit.iso / dos / mpeg2d11 / readme.pc < prev   
Encoding:
Text File  |  1997-01-01  |  2.3 KB  |  65 lines

  1.  
  2.                          MPEG2DEC.EXE / MPEG2ENC.EXE
  3.                          ===========================
  4.                 MPEG-2 Encoder / Decoder, Version 1.1, June 1994
  5.  
  6.                         MPEG Software Simulation Group
  7.                              (MPEG-L@netcom.com)
  8.  
  9.  
  10. This archive contains precompiled executables of mpeg2encode and
  11. mpeg2decode (without graphics support) for MSDOS. The programs are
  12. mpeg2enc.exe and mpeg2dec.exe. They require at least a '386, for
  13. mpeg2enc.exe a '387 is strongly recommended.
  14.  
  15. For usage of the programs refer to the documentation in the source code
  16. distribution which is available via anonymous ftp from:
  17.  
  18. ftp.netcom.com:/pub/cfogg/mpeg2/mpeg2codec_v1.1.tar.gz
  19.  
  20. The programs may need up to 2-3 MB of RAM to run without paging. Don't
  21. reserve all your free memory for a RAMDISK or EMS. This could drastically
  22. reduce performance.
  23.  
  24. If the programs complain about the CPU not being in real mode, you have
  25. an EMS emulator installed with the option -noems. You need to remove
  26. this option.
  27.  
  28. If the programs exit with a 'malloc failed' error message you don't
  29. have enough RAM available. In this case make sure the environment
  30. variable GO32TMP points to a directory on your hard disk with sufficient
  31. room for the paging file.
  32.  
  33. If you don't have a math coprocessor, you have to enter
  34.  
  35.   set go32=emu c:\mpeg2\emu387
  36.  
  37. replacing the path with the appropriate one for your installation. This
  38. activates an emulator for floating-point instructions. In this case the
  39. encoder runs about 10 times slower than with a '387.
  40.  
  41. The programs in this archive are compiled with GNU gcc into 32 bit flat
  42. memory code and therefore need a 32 bit DOS extender to run under MSDOS.
  43. The .exe files include the DOS extender GO32 (version 1.11maint5) by
  44. DJ Delorie. Sources and executables of the complete development system
  45. (DJGPP) can be obtained from:
  46.  
  47. File location:
  48.  
  49.     host:      omnigate.clarkson.edu
  50.     login:     ftp
  51.     password:  send your e-mail address
  52.     directory: ~ftp/pub/msdos/djgpp
  53.  
  54. Acknowledgements:
  55.  
  56. DJGPP is
  57.  
  58.    Copyright (C) DJ Delorie
  59.                  24 Kirsten Ave
  60.                  Rochester NH  03867-2954
  61.  
  62. This product includes software developed by the University of California,
  63. Berkeley and its contributors.
  64.  
  65.